home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
351-375
/
351
/
pdc
/
bin.lzh
/
lib
/
src
/
NewList.asm
< prev
next >
Wrap
Assembly Source File
|
1990-04-06
|
142b
|
11 lines
INCLUDE "exec/types.i"
INCLUDE "exec/lists.i"
SECTION NewList,CODE
_NewList:
move.l 4(sp),a0
NEWLIST a0
rts
XDEF _NewList
END